home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / cross / GBDK-2.0.lha / GBDK / examples / dscan / bkg_m.c < prev    next >
Text File  |  1998-11-25  |  2KB  |  63 lines

  1. /*
  2.  
  3.  BKG_M.C
  4.  
  5.  Map Source File.
  6.  
  7.  Info:
  8.    Section       : 
  9.    Bank          : 0
  10.    Map size      : 20 x 18
  11.    Tile set      : C:\SDK\gb-gb\2-0-15\examples\dscan\bkg.gbr
  12.    Plane count   : 1 plane (8 bits)
  13.    Plane order   : Tiles are continues
  14.  
  15.  This file was generated by GBMB v0.8
  16.  
  17. */
  18.  
  19. #define bkg_mWidth 20
  20. #define bkg_mHeight 18
  21.  
  22. unsigned char bkg_m[] =
  23. {
  24.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  25.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  26.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  27.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  28.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  29.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  30.   0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,
  31.   0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,
  32.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  33.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  34.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  35.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  36.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  37.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  38.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  39.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  40.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  41.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  42.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  43.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  44.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  45.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  46.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  47.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  48.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  49.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  50.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  51.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  52.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  53.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  54.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  55.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  56.   0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
  57.   0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
  58.   0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,
  59.   0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,
  60. };
  61.  
  62. /* End of BKG_M.C */
  63.